home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / KEYBOARD / WCED16.ARJ / WCED.DOC < prev    next >
Text File  |  1991-02-14  |  3KB  |  78 lines

  1. WCED Command Line Editor and History
  2. ------------------------------------
  3. Copyright 1990 Stuart Russell
  4.  
  5. Wced is a command line editor and history utility. It is capable of
  6. remembering the last 30 commands entered by the user. Only one
  7. instance of each command is remembered. It is also possible to remove
  8. from the history any unwanted commands. The main aim of Wced is to
  9. improve the command line editing of DOS but use as little memory as
  10. possible. When installed, wced uses approximately 10k of conventional
  11. memory.
  12.  
  13. Usage:
  14.     wced [-c] [commands]
  15.  
  16. The c flag allows continuous movement through the history. Normally
  17. when either end of the history is reached it is not possible to move
  18. any further. However, with the c flag specified moving past the first
  19. command entered will result in the bell being sounded. The next press
  20. of the UP arrow will display the last command entered. A similar operation
  21. occurs when moving forward through the history.
  22.  
  23. The semi-colon delimited commands specified on the command line when Wced is
  24. invoked will be placed into the history list before any commands are typed
  25. at the DOS prompt. This enables popular commands to be retrieved by using
  26. the UP arrow.
  27.  
  28. The default editor and history keys are as follows :
  29.  
  30. Left Arrow    Move cursor left along command line
  31. Right Arrow    Move cursor right along command line
  32. CTRL-Left    Move cursor left to end of word
  33. CTRL-Right    Move cursor right to end of word
  34. Home        Move to beginning of command line
  35. End        Move to end of command line
  36. Up Arrow    Move backwards through history
  37. Down Arrow    Move forwards through history
  38. ESC,ALT-d    Delete entire command line
  39. Del        Delete character under cursor on command line
  40. BS        Delete character before cursor on command line
  41. F10        Quit and uninstall Wced
  42. ALT-r        Remove entry on command line from history
  43. ALT-v        Print version
  44. ALT-b        Delete to beginning of command line
  45. ALT-e        Delete to end of command line
  46. ALT-c        Complete filename
  47. ALT-s        Show possible filename completions
  48.  
  49. Wced only operates in insert mode - there is no overtype mode.
  50.  
  51. The history commands will attempt to complete the command on the
  52. command line. For example if the history contains 'ls','cd backup'
  53. and 'less nogood' and the user enters 'le' and presses the Up Arrow
  54. then the command will be completed as 'less nogood' (the quotes will
  55. not be printed). If Wced can not complete the command it will sound
  56. the bell.
  57.  
  58. Version 1.5 of Wced has filename completion. This allows filenames to
  59. be completed at the press of a key. Wced will attempt to uniquely match
  60. the partial filename given. If this is not possible then no action is
  61. taken.
  62. Version 1.6 of Wced is able to show possible filename completions.
  63.  
  64. Any comments, problems or suggestions for additions should be sent to
  65.  
  66.     sjr@uk.ac.warwick.cs
  67.  
  68. The Wced program is accompanied by a program called Wkeys. This allows
  69. the editor and history keys to be reprogrammed to suite the user. Wkeys
  70. allows the use of the extended keys, ie F11, on an extended keyboard.
  71. The keys are defined in a data file an example of which is supplied.
  72.  
  73. Usage:
  74.     wkeys exe_filename data_filename
  75.  
  76. If an error occurs the exe file will not be updated.
  77.  
  78.